home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ov_all.zip / TI632.ASC < prev    next >
Text File  |  1991-09-11  |  13KB  |  463 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  9.   VERSION  :  1.0
  10.        OS  :  WIN
  11.      DATE  :  September 11, 1991                         PAGE : 1/7
  12.  
  13.     TITLE  :  ObjectVision facts sheet.
  14.  
  15.  
  16.  
  17.  
  18.   Now you can create great looking interactive Microsoft Windows
  19.   applications that are custom-tailored to your needs -- even if
  20.   you know nothing about programming. -
  21.  
  22.   ObjectVision uses visual programming techniques:
  23.  
  24.   ObjectVision is a revolutionary software product that combines
  25.   popular features from spreadsheets, databases, forms products and
  26.   drawing programs to let you create fully functional Windows
  27.   applications quickly - without knowing anything about
  28.   programming.
  29.  
  30.   ObjectVision is perfect for generating applications that estimate
  31.   costs, generate quotes, calculate employee benefits, compute
  32.   insurance premiums and deductions, qualify applicants for loans,
  33.   project labor costs, automate questionnaires, test compliance
  34.   with governmental regulations, troubleshoot problems, and answer
  35.   "what if" scenarios, to name just a few.  Sophisticated
  36.   applications are created with the same ease as simple data-entry
  37.   applications.
  38.  
  39.   - With ObjectVision, creating interactive Windows Applications is
  40.   as easy as A, B, C! -
  41.  
  42.   Design the applications interface:
  43.  
  44.   The first step in creating an application is to design the user
  45.   interface - what the application will look like to the people who
  46.   will use it.  The interface could look like an input screen, an
  47.   envelope, a form, whatever best suits the application.
  48.  
  49.   ObjectVision interfaces are constructed by placing building
  50.   blocks called objects in a blank interface.  There are many
  51.   different kinds of objects such as text, graphics, ruled lines,
  52.   patterns and value fields.
  53.  
  54.   Value fields are similar to spreadsheet cells in that they can
  55.   contain text, numbers, dates, formulas, expressions, and can
  56.   include values in other fields in their calculations.  value
  57.   fields can also be represented by check boxes, selection lists or
  58.   buttons.
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  75.   VERSION  :  1.0
  76.        OS  :  WIN
  77.      DATE  :  September 11, 1991                         PAGE : 2/7
  78.  
  79.     TITLE  :  ObjectVision facts sheet.
  80.  
  81.  
  82.  
  83.  
  84.   Graphic objects can be pasted into your application from the
  85.   Windows clipboard.
  86.  
  87.   WYSIWYG:
  88.  
  89.   Creating the interface for an application is a simple matter of
  90.   placing fields on a form on your screen and making decisions
  91.   about the type, size and location of each field.  What you see is
  92.   what you get - on-screen and in print.
  93.  
  94.   This is how visual programming works in ObjectVision - you simply
  95.   draw things on the screen the way you want them to look and work.
  96.   You may not think of this as programming, but that's exactly what
  97.   you are doing.
  98.  
  99.   Behind the scenes:
  100.  
  101.   Behind the top layer of your applications user interface can be
  102.   other sub-layers.  These lower layers are created in the same way
  103.   as the primary user interface,.
  104.  
  105.   Lower layers may or may not be seen by the application user.  For
  106.   example, they may be subsets of your user interface that come
  107.   forward only when needed, a different format used for printing,
  108.   or a scratchpad that performs calculations in the background.
  109.   All layers are automatically and dynamically linked together and
  110.   can be copied, pasted, deleted and rearranged at will.
  111.  
  112.   Draw the Application's Logic, Draw your own conclusions:
  113.  
  114.   The next step in creating your application is to draw the logic
  115.   that controls the behavior of the application.
  116.  
  117.   In ObjectVision, logic is expressed in a form called Decision
  118.   Trees.  Each value field can have a Decision Tree associated with
  119.   it that produces a conclusion based on user-selected options,
  120.   conditional logic, and variable data provided by the user,
  121.   external sources, other fields, or the conclusions of other
  122.   Decision Trees.
  123.  
  124.   Like spreadsheet formulas, Decision Trees determine field values
  125.   in a declarative, non procedural manner and are recalculated
  126.   automatically whenever a value changes.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  141.   VERSION  :  1.0
  142.        OS  :  WIN
  143.      DATE  :  September 11, 1991                         PAGE : 3/7
  144.  
  145.     TITLE  :  ObjectVision facts sheet.
  146.  
  147.  
  148.  
  149.  
  150.   ObjectVision takes full advantage of your existing spreadsheet
  151.   knowledge by using familiar spreadsheet-style formulas to express
  152.   conditions and conclusions within Decision Tree branches.
  153.  
  154.   Function follows form:
  155.  
  156.   ObjectVision lets companies capture their business rules,
  157.   procedures, and employee expertise in interactive Windows
  158.   applications that can be distributed throughout the company.
  159.   Decision Trees can describe virtually any process - such as
  160.   preparing a tax form, or even troubleshooting a problem.  No
  161.   matter how simple or complex the business process, it can be
  162.   described simply in the form of Decision Trees.
  163.  
  164.   Intelligent prompting:
  165.  
  166.   Since Decision Trees specify all possible decision choices to
  167.   reach a set of conclusions, it's impossible to reach conclusions
  168.   that are incomplete or incorrect.
  169.  
  170.   ObjectVision applications lead users through the decision-making
  171.   process, automatically and intelligently prompting users for
  172.   necessary information at the right times and in the right
  173.   sequence.
  174.  
  175.   Options are displayed or actions are initiated as appropriate to
  176.   each decision.  Users never get lost, never have to guess what to
  177.   do next, and never have to enter irrelevant data.
  178.  
  179.   Establish links to external date, a front end to your corporate
  180.   data:
  181.  
  182.   If your application requires access to external databases, then
  183.   the final step in evaluating your application is to establish
  184.   links between fields in your application and fields in the
  185.   databases.
  186.  
  187.   Your ObjectVision applications can easily connect to your
  188.   corporate database files in Paradox, Btrieve, dBase, and ASCII
  189.   formats.  Connections are made for read and or write access
  190.   directly to the data with full multiuser access over Windows
  191.   compatible networks.  Linking with several or all of these other
  192.   applications simultaneously is also possible with ObjectVision,
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  207.   VERSION  :  1.0
  208.        OS  :  WIN
  209.      DATE  :  September 11, 1991                         PAGE : 4/7
  210.  
  211.     TITLE  :  ObjectVision facts sheet.
  212.  
  213.  
  214.  
  215.  
  216.   so that data in one database can be linked with data from an
  217.   entirely different database format.
  218.  
  219.   You can even exchange data in real time with other Windows
  220.   applications through DDE (dynamic Data Exchange).
  221.  
  222.   Data in a value field can be obtained from the user, calculated
  223.   by a formula or a Decision tree, or obtained directly from a
  224.   database file or another Windows application.  This capability
  225.   gives you access to all your important corporate data, on-line,
  226.   from one single, easy-to-use interface.
  227.  
  228.   Incremental development:
  229.  
  230.   Object vision is designed to support incremental application
  231.   development.
  232.  
  233.   With ObjectVision, you can switch freely between editing and
  234.   using an application, even if you have already have already
  235.   entered live data.  This enables you to begin creating and
  236.   testing an application right away without having to define every
  237.   little detail first.  Add, delete and modify interface objects,
  238.   Decision Trees, and database links at any time.  See the results
  239.   of your changes immediately - without leaving the application.
  240.   Leveraging corporate resource:
  241.  
  242.   ObjectVision has been carefully designed to leverage users
  243.   existing knowledge and experience.
  244.  
  245.   If you're familiar with Quattro Pro or other popular
  246.   spreadsheets, you can directly apply your knowledge to Object
  247.   Vision because Quattro Pro functions and expressions are used for
  248.   calculating field values and Decision Tree conditions and
  249.   conclusions.
  250.  
  251.   Your familiarity with creating and processing paper forms is
  252.   fully utilized in ObjectVision.  Existing forms can even be used
  253.   as models for creating ObjectVision applications.  Your prior
  254.   experience with creating or reading flow charts, organizational
  255.   charts, and data graphs will serve as a basis for intuitively
  256.   understanding how to create Decision Trees in ObjectVision.
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  273.   VERSION  :  1.0
  274.        OS  :  WIN
  275.      DATE  :  September 11, 1991                         PAGE : 5/7
  276.  
  277.     TITLE  :  ObjectVision facts sheet.
  278.  
  279.  
  280.  
  281.  
  282.   The knowledge you have about your company's business rules and
  283.   procedures is directly used to create applications that can
  284.   accurately and consistently express those rules and procedures to
  285.   users throughout your workgroup, department or organization.
  286.  
  287.   The ability to draw upon such a wide range of common business
  288.   experiences makes using ObjectVision come naturally.  You will be
  289.   able to begin producing applications - tailored specifically to
  290.   your needs - in no time at all.
  291.  
  292.   Enterprise-wide applications:
  293.  
  294.   ObjectVision is a quick and easy way for MIS departments to put
  295.   Windows front end on their company's existing databases.
  296.   ObjectVision's ease-of-use and built-in facilities for creating
  297.   context-sensitive, field level help reduces the burden on MIS
  298.   departments for application development, training and support.
  299.  
  300.   Sharing applications with Runtime:
  301.  
  302.   In addition to the fully functional ObjectVision product that
  303.   lets you create, modify, and run applications, you may also
  304.   purchase a separate run-time version that will only run
  305.   applications.  ObjectVision Run-time lets others run your
  306.   ObjectVision applications without requiring them to license a
  307.   fully functional copy of ObjectVision.
  308.  
  309.   Generic application templates:
  310.  
  311.   ObjectVision's ability to be easily and quickly modified makes it
  312.   a perfect candidate for the creation of application templates.
  313.   These templates could be created by the MIS department, the head
  314.   of a workgroup, or even the CEO of your company.
  315.  
  316.   Getting the most out of Windows:
  317.  
  318.   Power users can use ObjectVision and DDE as a conductor for a
  319.   symphony of other Windows applications running in the background.
  320.   For example, the application might query a sales database, select
  321.   certain data, perform some calculations on the data, and then
  322.   send the results to a certain group of people via E-mail.
  323.  
  324.   Increasing personal productivity:
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  339.   VERSION  :  1.0
  340.        OS  :  WIN
  341.      DATE  :  September 11, 1991                         PAGE : 6/7
  342.  
  343.     TITLE  :  ObjectVision facts sheet.
  344.  
  345.  
  346.  
  347.  
  348.   For the first time, ObjectVision lets even the nonprogrammer
  349.   create custom applications, enabling everyone to enjoy the boost
  350.   in personal productivity provided by custom programs.  With
  351.   ObjectVision, applications can be created quickly, updated
  352.   easily, and linked seamlessly to corporate data.  It's like
  353.   having your own personal programmer - you!
  354.  
  355.  
  356.   Summary of ObjectVision features:
  357.  
  358.   No programming language to learn
  359.   * Object-oriented architecture
  360.   * Develop and run applications in Windows environment
  361.   * Supports all 100% Windows-compatible networks and peripheral
  362.   * Full Windows font support
  363.   * Multiple, linked forms supported in an application
  364.   * Direct access to Paradox, Btrieve, and dBase databases and
  365.     ASCII files,
  366.     DDE links to other Windows applications.
  367.   * Intelligent prompting
  368.   * "What if" analysis; minimal recalculation speeds up processing
  369.   * Applications are "self documenting"; interfaces and trees can
  370.     be printed as views.
  371.   * Flexible validity checking on each field
  372.   * Extensive context-sensitive system help
  373.   * Add context-sensitive, field specific help to an application
  374.   * WYSIWYG printing
  375.   * Familiar spreadsheet expressions
  376.   * Import graphics from Windows' clipboard
  377.  
  378.   Minimum system requirements:
  379.  
  380.   * ObjectVision runs on any IBM, Compaq, or 100% compatible
  381.     system using the Intel 286, 386 (386SX, 386DX), or 486, running
  382.     Windows 3.0.
  383.   * At least 1Mb of memory
  384.   * One 5 1/4" or 3 1/2" disk drive, and 1.5Mb of hard disk space.
  385.  
  386.   Optional, but recommended:
  387.  
  388.   * EGA, VGA, 8514/A, Hercules graphics card or compatible video
  389.     graphics adapter
  390.   * Mouse or other Windows pointing device
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.   PRODUCT  :  ObjectVision                           NUMBER  :  632
  405.   VERSION  :  1.0
  406.        OS  :  WIN
  407.      DATE  :  September 11, 1991                         PAGE : 7/7
  408.  
  409.     TITLE  :  ObjectVision facts sheet.
  410.  
  411.  
  412.  
  413.  
  414.   * ObjectVision runs with Microsoft Windows 3.0, and works with
  415.     all printers and networks supported by Windows 3.0
  416.  
  417.   Package includes:
  418.  
  419.   * Software on high density, 5 1/4" (1.2Mb) and 3 1/2" (1.44Mb)
  420.     disks
  421.   * Easy-to understand reference manual
  422.   * Step-by-step tutorial
  423.   * Handy quick-reference guide
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.